home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / docs / mags / ARDisk1.lha / CLIanywhere.lha / CLIanywhere / browser.zap.screen.script < prev    next >
Encoding:
Text File  |  1994-02-10  |  1.6 KB  |  46 lines

  1. Execute S:shell-Startup
  2. if exists env:sys/def_lharc.info
  3. skip linked
  4. endif
  5. cd env:sys
  6.  
  7. ; links for "add icon" option allow of reuse same icons
  8. ; Copying linked files from disk to ram makes actual space-occupying files
  9. ; instead of links in ram
  10.  
  11. makelink from def_ilbm.info to def_iffgraphic.info
  12. makelink from def_8svx.info to def_iffsound.info
  13. makelink from def_lharc.info to def_archive.info
  14. makelink from def_arc.info to def_archive.info 
  15. makelink from def_zoo.info to def_archive.info 
  16. makelink from def_dms.info to def_archive.info
  17. makelink from def_warp.info to def_archive.info
  18. makelink from def_zoom.info to def_archive.info
  19. makelink from def_zip.info to def_archive.info 
  20. makelink from def_text.info to def_doc.info    
  21. makelink from def_script.info to def_doc.info
  22. makelink from def_readme.info to def_doc.info  
  23. makelink from def_asm.info to def_source.info
  24. makelink from "def_source c.info" to def_source.info   
  25. makelink from "def_include c.info" to def_source.info  
  26. makelink from "def_include asm.info" to def_source.info
  27. makelink from def_makefile.info to def_source.info
  28. lab linked
  29.  
  30. openscreen Browser-2 2 hires lace autoscroll height 900 width 1000
  31.  
  32. ; To have stuff pop up on Browser's screen, it must be set to run
  33. ; on Workbench. Unfortunately, BrowserII looks for Workbench by
  34. ; name, so it must be altered a bit with a hex editor to open on
  35. ; the just opened screen instead. Just search for the text string
  36. ; "Screenname", and alter the "Workbench" that follows it to read
  37. ; "Browser-2" instead. Note that both have the same number of chars.
  38.  
  39. clianywhere dh0:browserII.zap
  40. closescreen Browser-2
  41. endcli
  42.  
  43.  
  44.  
  45.  
  46.